home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Arashi 1.1.1 / source code / For your think c folder / VA Kit ƒ / VAInternal.h < prev    next >
Encoding:
Text File  |  1992-09-09  |  874 b   |  30 lines  |  [TEXT/KAHL]

  1. /*/
  2.      Project Arashi: VAInternal.h
  3.      Major release: Version 1.1d2, 9/5/95
  4.  
  5.      Last modification: Wednesday, September 9, 1992, 22:12
  6.      Created: Saturday, September 29, 1990, 20:29
  7.  
  8.      Copyright © 1990-1992, Juri Munkki
  9. /*/
  10.  
  11. /*    Internal prototypes for vector animation kit
  12. */
  13.  
  14. void VADoFrame(void);
  15. void VACancelFrame(void);
  16. void VAInitPhase2(void);
  17. void VAEraseBufferedLines(int count, Rect *lines);
  18. void VALoadExplosions(void);
  19. void VAInsertExplosions(void);
  20. void VABresenheim(int,int,int,int);
  21. void VADrawBufferedLines(int count, Rect *lines, int *colors);
  22. void VAPlotPixels(int count, long *pixels, int *colors);
  23. void VAErasePixels(int count, long *pixels);
  24. void VAPlotSpots(int count, long *pixels, int *colors);
  25. void VAEraseSpots(int count, long *pixels);
  26. void VAInitSins(void);
  27. void VADrawSegments(int x, int y, int code);
  28.  
  29. #define    QuickTicks    TickCount()
  30.